Skip to main content
Version: 1.x.x

ExtractClientReturnType


import { ExtractClientReturnType } from "@hyper-fetch/core"

Description

Defined in types/fetch.types.ts:4

Preview

type ExtractClientReturnType<T> = ClientResponseType<ExtractResponse<T>, ExtractError<T>>;

Structure

[GenericDataType | null, GenericErrorType | null, number | null]